home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d11 / cset.arc / CSET.TXT < prev    next >
Encoding:
Text File  |  1987-07-14  |  2.5 KB  |  61 lines

  1.            ┌─────────────────────────────────────────┐
  2.            └─────────────────────────────────────────┘
  3.            ┌─────────────────────────────────────────┐
  4.            │                C S E T                  │
  5.            ├─────────────────────────────────────────┤
  6.            │              Version 1.0                │
  7.            │                                         │
  8.            │  User notes for CSET a simple utility   │
  9.            │  to set the screen colors.              │
  10.            │                                         │
  11.            │                                         │
  12.            └─────────────────────────────────────────┘
  13.              Copyright 1987 by Darren K. Henderson
  14.            ┌─────────────────────────────────────────┐
  15.            └─────────────────────────────────────────┘
  16.  
  17.  
  18. This program is very simple and straight forward. It will clear the screen 
  19. and set the display colors as specified by the user. The format of the command
  20. is as follows:
  21.    
  22.                 CSET text-color background-color border-color
  23.  
  24.                 where      text-color is one of the reserved colors or
  25.                            an integer attribute.
  26.                             
  27.                            background-color is one of the reserved colors or 
  28.                            an integer attribute.
  29.  
  30.                            border-color is one of the reserved colors or an 
  31.                            integer attribute.
  32.  
  33.  
  34.                 CSET with no parameters will display the command format and
  35.                 a list of the reserved colors.
  36.  
  37.  
  38. For example  "CSET WHITE BLUE BLACK" would result in white text on a blue 
  39. background and a black border; "CSET 15 1 0" would have the same result.
  40.  
  41.                           -License-
  42.  
  43. You are free to distribute this program and documentation as a whole. You may 
  44. not sell this package or any portion there in for profit. No guarantees are 
  45. made as to the suitability, utility, or operation of this software. I will not 
  46. be held responsible for any damages caused by the use of this software. 
  47.  
  48.  
  49. If you find this program useful please drop me a post card, (something with a 
  50. picture on it people - regular postal cards are so boring!), it would be 
  51. appreciated and would indicate to me whether further development of this 
  52. program is warranted. 
  53.  
  54.  
  55.                      Darren K. Henderson
  56.                      PO Box 207
  57.                      Madison, Maine 04950
  58.  
  59.  
  60.  
  61.